home *** CD-ROM | disk | FTP | other *** search
- Path: info.bta.net.cn!usenet
- From: Xu Yifeng <jafd@public.sta.net.cn>
- Newsgroups: comp.lang.c++
- Subject: int::~int()
- Date: Sun, 14 Apr 1996 13:49:59 +0900
- Organization: Beijing Telegraph Administration
- Message-ID: <317083F7.116E@public.sta.net.cn>
- NNTP-Posting-Host: ts2-36.sta.net.cn
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.01 (Win95; I)
-
- Hi everybody,
-
- can your compiler compile following program?
-
- //------------------------
- void main()
- {
- int i = 0;
-
- i.int::~int();
- }
- //------------------------
-
- is it a legal C++ program?
-
- Regards,
- Xu Yifeng
-